CallGraph
uicallgraphuicallgraph.h
Go to the documentation of this file.
00001 #ifndef __uicallgraphuicallgraph__
00002 #define __uicallgraphuicallgraph__
00003 
00009 #include "uicallgraph.h"
00010 
00012 
00014 class uicallgraphuicallgraph : public uicallgraph
00015 {
00016         protected:
00017                 // Handlers for uicallgraph events.
00018                 void OnPaint( wxPaintEvent& event );
00019                 void OnSaveCallGraph( wxCommandEvent& event );
00020                 void OnClosePanel( wxCommandEvent& event );
00021         public:
00023                 uicallgraphuicallgraph( wxWindow* parent );
00025         
00026 };
00027 
00028 #endif // __uicallgraphuicallgraph__
 All Classes Files Functions Variables